home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / WAVEPOOL.ARJ / WHOP.WPL < prev    next >
Text File  |  1992-04-08  |  310b  |  21 lines

  1.  
  2. #
  3. #       WHOP Wavepool program
  4. #
  5. #       Copyright 1992, Data Assist, Inc.
  6. #
  7.  
  8. BEGIN {
  9.     screate("whop.sou");
  10.  
  11.     for (c=1; c<=1; ++c) {
  12.         sinwave2(200, 1000, 1100);
  13.         quiet(10);
  14.         sinwave2(1000, 200, 1100);
  15.     }
  16.     sclose(0)
  17.     sndvoc("whop.sou", "whop.voc");
  18. }
  19.  
  20.  
  21.